projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb75cdf
)
* configure.ac: Require OSX >= 10.6 even if --with-ns is not given.
author
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 14 Oct 2014 15:31:44 +0000
(17:31 +0200)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 14 Oct 2014 15:31:44 +0000
(17:31 +0200)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9af29fa3fcd80a0850bfc7f5021f805fbed7b4e3..67790a3195363cf1545f0a8aab044d655df7fabf 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,6
+1,7
@@
2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
* configure.ac: apple-darwin powerpc is unported.
+ Require OSX >= 10.6 even if --with-ns is not given.
2014-10-12 Ken Brown <kbrown@cornell.edu>
diff --git
a/configure.ac
b/configure.ac
index f346f28f7b3b385b37a83886eea9dab11b8f9442..9757e4ff205afdd5420705405a8651878beb0701 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-705,6
+705,13
@@
If you think it should, please send a report to ${PACKAGE_BUGREPORT}.
Check `etc/MACHINES' for recognized configuration names.])
fi
+case "$canonical" in
+ *-apple-darwin* )
+ x="`uname -r`"
+ case "$x" in
+ [[0-9]].*) AC_MSG_ERROR([OSX 10.6 or later required]) ;;
+ esac
+esac
#### Choose a compiler.